home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / data / javascr.ini < prev    next >
INI File  |  2003-10-19  |  14KB  |  762 lines

  1. ; JavaScript
  2.  
  3. [%objects]
  4.  
  5. Global
  6.  
  7. document
  8. history
  9. location
  10. navigator
  11. Math
  12. screen
  13. window
  14.  
  15. Array
  16. Boolean
  17. Button
  18. Checkbox
  19. Date
  20. FileUpload
  21. Form
  22. Frame
  23. Function
  24. Hidden
  25. Image
  26. Link
  27. Number
  28. Object
  29. Option
  30. Password
  31. Plugins
  32. Radio
  33. RegExp
  34. Reset
  35. Select
  36. String
  37. Submit
  38. Text
  39. Textarea
  40.  
  41. [Array]
  42. %type=1
  43. constructor=<property>
  44. index=<property>
  45. input=<property>
  46. length=<property>
  47. prototype=<sproperty>
  48. concat()=<method>
  49. join()=<method>
  50. pop()=<method>
  51. push()=<method>
  52. reverse()=<method>
  53. shift()=<method>
  54. slice()=<method>
  55. sort()=<method>
  56. splice()=<method>
  57. toLocaleString()=<method>
  58. toSource()=<method>
  59. toString()=<method>
  60. unshift()=<method>
  61. valueOf()=<method>
  62.  
  63. [Boolean]
  64. %type=1
  65. constructor=<property>
  66. prototype=<sproperty>
  67. toSource()=<method>
  68. toString()=<method>
  69. valueOf()=<method>
  70.  
  71. [Button]
  72. %type=1
  73. form=<property>
  74. name=<property>
  75. type=<property>
  76. value=<property>
  77. blur()=<method>
  78. click()=<method>
  79. focus()=<method>
  80. handleEvent()=<method>
  81. onBlur=<event>
  82. onClick=<event>
  83. onFocus=<event>
  84. onMouseDown=<event>
  85. onMouseUp=<event>
  86.  
  87. [Checkbox]
  88. %type=1
  89. checked=<property>
  90. defaultChecked=<property>
  91. form=<property>
  92. name=<property>
  93. type=<property>
  94. value=<property>
  95. blur()=<method>
  96. click()=<method>
  97. focus()=<method>
  98. handleEvent()=<method>
  99. onBlur=<event>
  100. onClick=<event>
  101. onFocus=<event>
  102.  
  103. [Date]
  104. %type=1
  105. constructor=<property>
  106. prototype=<sproperty>
  107. getDate()=<method>
  108. getDay()=<method>
  109. getFullYear()=<method>
  110. getHours()=<method>
  111. getMilliseconds()=<method>
  112. getMinutes()=<method>
  113. getMonth()=<method>
  114. getSeconds()=<method>
  115. getTime()=<method>
  116. getTimezoneOffset()=<method>
  117. getUTCDate()=<method>
  118. getUTCDay()=<method>
  119. getUTCFullYear()=<method>
  120. getUTCHours()=<method>
  121. getUTCMilliseconds()=<method>
  122. getUTCMinutes()=<method>
  123. getUTCMonth()=<method>
  124. getUTCSeconds()=<method>
  125. getVarDate()=<method>
  126. getYear()=<method>
  127. parse()=<method>
  128. setDate()=<method>
  129. setFullYear()=<method>
  130. setHours()=<method>
  131. setMilliseconds()=<method>
  132. setMinutes()=<method>
  133. setMonth()=<method>
  134. setSeconds()=<method>
  135. setTime()=<method>
  136. setUTCDate()=<method>
  137. setUTCFullYear()=<method>
  138. setUTCHours()=<method>
  139. setUTCMilliseconds()=<method>
  140. setUTCMinutes()=<method>
  141. setUTCMonth()=<method>
  142. setUTCSeconds()=<method>
  143. setYear()=<method>
  144. toDateString()=<method>
  145. toGMTString()=<method>
  146. toLocaleDateString()=<method>
  147. toLocaleString()=<method>
  148. toLocaleTimeString()=<method>
  149. toSource()=<method>
  150. toString()=<method>
  151. toTimeString()=<method>
  152. toUTCString()=<method>
  153. UTC()=<method>
  154. valueOf()=<method>
  155.  
  156. [FileUpload]
  157. %type=1
  158. form=<property>
  159. name=<property>
  160. type=<property>
  161. value=<property>
  162. blur()=<method>
  163. click()=<method>
  164. focus()=<method>
  165. handleEvent()=<method>
  166. onBlur=<event>
  167. onClick=<event>
  168. onFocus=<event>
  169.  
  170. [Form]
  171. %type=1
  172. action=<property>
  173. elements=<property>
  174. encoding=<property>
  175. length=<property>
  176. method=<property>
  177. name=<property>
  178. target=<property>
  179. handleEvent()=<method>
  180. reset()=<method>
  181. submit()=<method>
  182. onReset=<event>
  183. onSubmit=<event>
  184.  
  185. [Frame]
  186. %type=1
  187. closed=<property>
  188. defaultStatus=<property>
  189. document=<property>
  190. frames=<property>
  191. history=<property>
  192. innerHeight=<property>
  193. innerWidth=<property>
  194. length=<property>
  195. location=<property>
  196. locationbar=<property>
  197. menubar=<property>
  198. name=<property>
  199. opener=<property>
  200. outerHeight=<property>
  201. outerWidth=<property>
  202. pageXOffset=<property>
  203. pageYOffset=<property>
  204. parent=<property>
  205. personalbar=<property>
  206. scrollbars=<property>
  207. status=<property>
  208. statusbar=<property>
  209. toolbar=<property>
  210. self=<property>
  211. top=<property>
  212. window=<property>
  213. alert()=<method>
  214. back()=<method>
  215. blur()=<method>
  216. captureEvent()=<method>
  217. clearInterval()=<method>
  218. clearTimeout()=<method>
  219. close()=<method>
  220. confirm()=<method>
  221. disableExternalCapture()=<method>
  222. enableExternalCapture()=<method>
  223. find()=<method>
  224. focus()=<method>
  225. forward()=<method>
  226. handleEvent()=<method>
  227. home()=<method>
  228. moveBy=()=<method>
  229. moveTo()=<method>
  230. open()=<method>
  231. print()=<method>
  232. prompt()=<method>
  233. releaseEvents()=<method>
  234. resizeBy()=<method>
  235. resizeTo()=<method>
  236. routeEvent()=<method>
  237. scroll()=<method>
  238. scrollBy()=<method>
  239. scrollTo()=<method>
  240. setInterval()=<method>
  241. setTimeout()=<method>
  242. stop()=<method>
  243. onBlur=<event>
  244. onDragDrop=<event>
  245. onError=<event>
  246. onFocus=<event>
  247. onLoad=<event>
  248. onMove=<event>
  249. onResize=<event>
  250. onUnLoad=<event>
  251.  
  252. [Function]
  253. %type=1
  254. arity=<property>
  255. arguments=<property>
  256. arguments.callee=<property>
  257. arguments.caller=<property> 
  258. arguments.length=<property>
  259. caller=<property>
  260. constructor=<property>
  261. length=<property>
  262. prototype=<sproperty>
  263. apply()=<method>
  264. call()=<method>
  265. toSource()=<method>
  266. toString()=<method>
  267. valueOf()=<method>
  268.  
  269. [Hidden]
  270. %type=1
  271. form=<property>
  272. name=<property>
  273. type=<property>
  274. value=<property>
  275.  
  276. [Image]
  277. %type=1
  278. border=<property>
  279. complete=<property>
  280. height=<property>
  281. hspace=<property>
  282. lowsrc=<property>
  283. name=<property>
  284. prototype=<sproperty>
  285. src=<property>
  286. vspace=<property>
  287. width=<property>
  288. onAbort=<event>
  289. onAfterUpdate=<event>
  290. onBeforeUpdate=<event>
  291. onBlur=<event>
  292. onClick=<event>
  293. onDataAvailable=<event>
  294. onDataSetChanged=<event>
  295. onDataSetComplete=<event>
  296. onDblClick=<event>
  297. onDragStart=<event>
  298. onErrorUpdate=<event>
  299. onFilterChange=<event>
  300. onFocus=<event>
  301. onHelp=<event>
  302. onKeyDown=<event>
  303. onKeyPress=<event>
  304. onKeyUp=<event>
  305. onLoad=<event>
  306. onMouseDown=<event>
  307. onMouseMove=<event>
  308. onMouseOut=<event>
  309. onMouseOver=<event>
  310. onMouseUp=<event>
  311. onReadyStateChange=<event>
  312. onResize=<event>
  313. onRowEnter=<event>
  314. onRowExit=<event>
  315. onSelectStart=<event>
  316.  
  317. [Link]
  318. %type=1
  319. hash=<property>
  320. host=<property>
  321. hostname=<property>
  322. href=<property>
  323. pathname=<property>
  324. port=<property>
  325. protocol=<property>
  326. search=<property>
  327. target=<property>
  328. onAfterUpdate=<event>
  329. onBeforeUpdate=<event>
  330. onClick=<event>
  331. onDataAvailable=<event>
  332. onDataSetChanged=<event>
  333. onDataSetComplete=<event>
  334. onDblClick=<event>
  335. onDragStart=<event>
  336. onError=<event>
  337. onErrorUpdate=<event>
  338. onFilterChange=<event>
  339. onHelp=<event>
  340. onKeyDown=<event>
  341. onKeyPress=<event>
  342. onKeyUp=<event>
  343. onLoad=<event>
  344. onMouseDown=<event>
  345. onMouseMove=<event>
  346. onMouseOut=<event>
  347. onMouseOver=<event>
  348. onMouseUp=<event>
  349. onReadyStateChange=<event>
  350. onRowEnter=<event>
  351. onRowExit=<event>
  352. onSelectStart=<event>
  353.  
  354. [Number]
  355. %type=1
  356. constructor=<property>
  357. MAX_VALUE=<sproperty>
  358. MIN_VALUE=<sproperty>
  359. NaN=<sproperty>
  360. NEGATIVE_INFINITY=<sproperty>
  361. POSITIVE_INFINITY=<sproperty>
  362. prototype=<sproperty>
  363. toLocaleString()=<method>
  364. toString()=<method>
  365. valueOf()=<method>
  366.  
  367. [Object]
  368. %type=1
  369. constructor=<property>
  370. prototype=<sproperty>
  371. toLocaleString()=<method>
  372. toSource()=<method>
  373. toString()=<method>
  374. unwatch()=<method>
  375. valueOf()=<method>
  376. watch()=<method>
  377.  
  378. [Option]
  379. %type=1
  380. defaultSelected=<property>
  381. selected=<property>
  382. text=<property>
  383. value=<property>
  384.  
  385. [Password]
  386. %type=1
  387. defaultValue=<property>
  388. form=<property>
  389. name=<property>
  390. type=<property>
  391. value=<property>
  392. blur()=<method>
  393. focus()=<method>
  394. handleEvent()=<method>
  395. select()=<method>
  396. onBlur=<event>
  397. onFocus=<event>
  398.  
  399. [Plugins]
  400. %type=1
  401. description=<property>
  402. filename=<property>
  403. length=<property>
  404. name=<property>
  405.  
  406. [Radio]
  407. %type=1
  408. checked=<property>
  409. defaultChecked=<property>
  410. form=<property>
  411. name=<property>
  412. type=<property>
  413. value=<property>
  414. blur()=<method>
  415. click()=<method>
  416. focus()=<method>
  417. handleEvent()=<method>
  418. onBlur=<event>
  419. onClick=<event>
  420. onFocus=<event>
  421.  
  422. [RegExp]
  423. %type=1
  424. constructor=<property>
  425. prototype=<sproperty>
  426. input=<property>
  427. compile()=<method>
  428. exec()=<method>
  429. test()=<method>
  430. toString()=<method>
  431. valueOf()=<method>
  432.  
  433. [Reset]
  434. %type=1
  435. form=<property>
  436. name=<property>
  437. type=<property>
  438. value=<property>
  439. blur()=<method>
  440. click()=<method>
  441. focus()=<method>
  442. handleEvent()=<method>
  443. onBlur=<event>
  444. onClick=<event>
  445. onFocus=<event>
  446.  
  447. [Select]
  448. %type=1
  449. form=<property>
  450. length=<property>
  451. name=<property>
  452. options=<property>
  453. selectedIndex=<property>
  454. type=<property>
  455. value=<property>
  456. blur()=<method>
  457. focus()=<method>
  458. handleEvent()=<method>
  459. onBlur=<event>
  460. onChange=<event>
  461. onFocus=<event>
  462.  
  463. [String]
  464. %type=1
  465. constructor=<property>
  466. length=<property>
  467. prototype=<sproperty>
  468. anchor()=<method>
  469. big()=<method>
  470. blink()=<method>
  471. bold()=<method>
  472. charAt()=<method>
  473. charCodeAt()=<method>
  474. concat()=<method>
  475. fixed()=<method>
  476. fontcolor()=<method>
  477. fontsize()=<method>
  478. fromCharCode()=<method>
  479. indexOf()=<method>
  480. italics()=<method>
  481. lastIndexOf()=<method>
  482. link()=<method>
  483. match()=<method>
  484. replace()=<method>
  485. search()=<method>
  486. slice()=<method>
  487. small()=<method>
  488. split()=<method>
  489. strike()=<method>
  490. sub()=<method>
  491. substr()=<method>
  492. substring()=<method>
  493. sup()=<method>
  494. toLowerCase()=<method>
  495. toSource()=<method>
  496. toString()=<method>
  497. toUpperCase()=<method>
  498. valueOf()=<method>
  499.  
  500. [Submit]
  501. %type=1
  502. form=<property>
  503. name=<property>
  504. type=<property>
  505. value=<property>
  506. blur()=<method>
  507. click()=<method>
  508. focus()=<method>
  509. handleEvent()=<method>
  510. onBlur=<event>
  511. onClick=<event>
  512. onFocus=<event>
  513.  
  514. [Text]
  515. %type=1
  516. defaultValue=<property>
  517. form=<property>
  518. name=<property>
  519. type=<property>
  520. value=<property>
  521. blur()=<method>
  522. focus()=<method>
  523. handleEvent()=<method>
  524. select()=<method>
  525. onBlur=<event>
  526. onChange=<event>
  527. onFocus=<event>
  528. onSelect=<event>
  529.  
  530. [Textarea]
  531. %type=1
  532. defaultValue=<property>
  533. form=<property>
  534. name=<property>
  535. type=<property>
  536. value=<property>
  537. blur()=<method>
  538. focus()=<method>
  539. handleEvent()=<method>
  540. select()=<method>
  541. onBlur=<event>
  542. onChange=<event>
  543. onFocus=<event>
  544. onKeyDown=<event>
  545. onKeyPress=<event>
  546. onKeyUp=<event>
  547. onSelect=<event>
  548.  
  549.  
  550.  
  551.  
  552.  
  553. [document]
  554. %type=0
  555. alinkColor=<property>
  556. anchors=<property>
  557. applets=<property>
  558. bgColor=<property>
  559. cookie=<property>
  560. domain=<property>
  561. embeds=<property>
  562. fgColor=<property>
  563. forms=<property>
  564. images=<property>
  565. lastModified=<property>
  566. layers=<property>
  567. linkColor=<property>
  568. links=<property>
  569. plugins=<property>
  570. referrer=<property>
  571. title=<property>
  572. URL=<property>
  573. vlinkColor=<property>
  574. captureEvents()=<method>
  575. close()=<method>
  576. getSelection()=<method>
  577. handleEvent()=<method>
  578. open()=<method>
  579. releaseEvents()=<method>
  580. routeEvent()=<method>
  581. write()=<method>
  582. writeln()=<method>
  583. onClick=<event>
  584. onDblClick=<event> 
  585. onKeyDown=<event> 
  586. onKeyPress=<event> 
  587. onKeyUp=<event>
  588. onMouseDown=<event> 
  589. onMouseUp=<event>
  590.  
  591. [history]
  592. %type=0
  593. current=<property>
  594. length=<property>
  595. next=<property>
  596. previous=<property>
  597. back()=<method>
  598. forward()=<method>
  599. go()=<method>
  600.  
  601. [location]
  602. %type=0
  603. hash=<property>
  604. host=<property>
  605. hostname=<property>
  606. href=<property>
  607. pathname=<property>
  608. port=<property>
  609. protocol=<property>
  610. search=<property>
  611. reload()=<method>
  612. replace()=<method>
  613.  
  614. [navigator]
  615. %type=0
  616. appCodeName=<property>
  617. appName=<property>
  618. appVersion=<property>
  619. language=<property>
  620. mimeTypes=<property>
  621. platform=<property>
  622. plugins=<property>
  623. userAgent=<property>
  624. javaEnabled()=<method>
  625. plugins.refresh()=<method>
  626. preference()=<method>
  627. taintEnabled()=<method>
  628.  
  629. [Math]
  630. %type=0
  631. E=<property>
  632. LN2=<property>
  633. LN10=<property>
  634. LOG2E=<property>
  635. LOG10E=<property>
  636. PI=<property>
  637. SQRT1_2=<property>
  638. SQRT2=<property>
  639. abs()=<method>
  640. acos()=<method>
  641. asin()=<method>
  642. atan()=<method>
  643. atan2()=<method>
  644. ceil()=<method>
  645. cos()=<method>
  646. exp()=<method>
  647. floor()=<method>
  648. log()=<method>
  649. max()=<method>
  650. min()=<method>
  651. pow()=<method>
  652. random()=<method>
  653. round()=<method>
  654. sin()=<method>
  655. sqrt()=<method>
  656. tan()=<method>
  657.  
  658. [screen]
  659. %type=0
  660. availHeight=<property>
  661. availWidth=<property>
  662. colorDepth=<property>
  663. height=<property>
  664. pixelDepth=<property>
  665. width=<property>
  666.  
  667. [window]
  668. %type=0
  669. closed=<property>
  670. defaultStatus=<property>
  671. document=<property>
  672. frames=<property>
  673. history=<property>
  674. innerHeight=<property>
  675. innerWidth=<property>
  676. length=<property>
  677. location=<property>
  678. locationbar=<property>
  679. menubar=<property>
  680. name=<property>
  681. opener=<property>
  682. outerHeight=<property>
  683. outerWidth=<property>
  684. pageXOffset=<property>
  685. pageYOffset=<property>
  686. parent=<property>
  687. personalbar=<property>
  688. scrollbars=<property>
  689. status=<property>
  690. statusbar=<property>
  691. toolbar=<property>
  692. self=<property>
  693. top=<property>
  694. window=<property>
  695. alert()=<method>
  696. back()=<method>
  697. blur()=<method>
  698. captureEvent()=<method>
  699. clearInterval()=<method>
  700. clearTimeout()=<method>
  701. close()=<method>
  702. confirm()=<method>
  703. disableExternalCapture()=<method>
  704. enableExternalCapture()=<method>
  705. find()=<method>
  706. focus()=<method>
  707. forward()=<method>
  708. handleEvent()=<method>
  709. home()=<method>
  710. moveBy=()=<method>
  711. moveTo()=<method>
  712. open()=<method>
  713. print()=<method>
  714. prompt()=<method>
  715. releaseEvents()=<method>
  716. resizeBy()=<method>
  717. resizeTo()=<method>
  718. routeEvent()=<method>
  719. scroll()=<method>
  720. scrollBy()=<method>
  721. scrollTo()=<method>
  722. setInterval()=<method>
  723. setTimeout()=<method>
  724. stop()=<method>
  725. onBlur=<event>
  726. onDragDrop=<event>
  727. onError=<event>
  728. onFocus=<event>
  729. onLoad=<event>
  730. onMove=<event>
  731. onResize=<event>
  732. onUnLoad=<event>
  733.  
  734. [Global]
  735. %type=2
  736. Infinity=<property>
  737. NaN=<property>
  738. undefined=<property>
  739. decodeURI()=<method>
  740. decodeURIComponent()=<method>
  741. encodeURI()=<method>
  742. encodeURIComponent()=<method>
  743. escape()=<method>
  744. eval()=<method>
  745. isFinite()=<method>
  746. isNaN()=<method>
  747. parseFloat()=<method>
  748. parseInt()=<method>
  749. unescape()=<method>
  750.  
  751. [%description]
  752.  
  753. Global=Intrinsic object that collect global methods into one object
  754. Global.decodeURI()=decodeURI()#Decodes a Uniform Resource Identifier
  755.  
  756. Array=Multidimensional variable
  757. Array.concat()=Array.concat(arrayName2, arrayName3, ..., arrayNameN)#Joins two or more Array objects producing one new one. 
  758. Array.join()=Array.join(separator)#Joins all the elements of an array into a single string separated by a specified string separator (if none is specified, the default is a comma).
  759. Array.pop()=Array.pop()#Removes and returns the last element of an array.
  760. Array.push()=Array.push(element1, ..., elementN)#Adds one or more elements to an array, returning the new length of it. 
  761.  
  762.